3.54 \(\int \frac{\log (e (f (a+b x)^p (c+d x)^q)^r)}{(g k+h k x) (s+t \log (i (g+h x)^n))} \, dx\)

Optimal. Leaf size=50 \[ \text{Unintegrable}\left (\frac{\log \left (e \left (f (a+b x)^p (c+d x)^q\right )^r\right )}{(g k+h k x) \left (t \log \left (i (g+h x)^n\right )+s\right )},x\right ) \]

[Out]

Unintegrable[Log[e*(f*(a + b*x)^p*(c + d*x)^q)^r]/((g*k + h*k*x)*(s + t*Log[i*(g + h*x)^n])), x]

________________________________________________________________________________________

Rubi [A]  time = 0.0532358, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{\log \left (e \left (f (a+b x)^p (c+d x)^q\right )^r\right )}{(g k+h k x) \left (s+t \log \left (i (g+h x)^n\right )\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Int[Log[e*(f*(a + b*x)^p*(c + d*x)^q)^r]/((g*k + h*k*x)*(s + t*Log[i*(g + h*x)^n])),x]

[Out]

Defer[Int][Log[e*(f*(a + b*x)^p*(c + d*x)^q)^r]/((g*k + h*k*x)*(s + t*Log[i*(g + h*x)^n])), x]

Rubi steps

\begin{align*} \int \frac{\log \left (e \left (f (a+b x)^p (c+d x)^q\right )^r\right )}{(g k+h k x) \left (s+t \log \left (54 (g+h x)^n\right )\right )} \, dx &=\int \frac{\log \left (e \left (f (a+b x)^p (c+d x)^q\right )^r\right )}{(g k+h k x) \left (s+t \log \left (54 (g+h x)^n\right )\right )} \, dx\\ \end{align*}

Mathematica [A]  time = 0.362222, size = 0, normalized size = 0. \[ \int \frac{\log \left (e \left (f (a+b x)^p (c+d x)^q\right )^r\right )}{(g k+h k x) \left (s+t \log \left (i (g+h x)^n\right )\right )} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[Log[e*(f*(a + b*x)^p*(c + d*x)^q)^r]/((g*k + h*k*x)*(s + t*Log[i*(g + h*x)^n])),x]

[Out]

Integrate[Log[e*(f*(a + b*x)^p*(c + d*x)^q)^r]/((g*k + h*k*x)*(s + t*Log[i*(g + h*x)^n])), x]

________________________________________________________________________________________

Maple [A]  time = 0.723, size = 0, normalized size = 0. \begin{align*} \int{\frac{\ln \left ( e \left ( f \left ( bx+a \right ) ^{p} \left ( dx+c \right ) ^{q} \right ) ^{r} \right ) }{ \left ( hkx+gk \right ) \left ( s+t\ln \left ( i \left ( hx+g \right ) ^{n} \right ) \right ) }}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(e*(f*(b*x+a)^p*(d*x+c)^q)^r)/(h*k*x+g*k)/(s+t*ln(i*(h*x+g)^n)),x)

[Out]

int(ln(e*(f*(b*x+a)^p*(d*x+c)^q)^r)/(h*k*x+g*k)/(s+t*ln(i*(h*x+g)^n)),x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\log \left (\left ({\left (b x + a\right )}^{p}{\left (d x + c\right )}^{q} f\right )^{r} e\right )}{{\left (h k x + g k\right )}{\left (t \log \left ({\left (h x + g\right )}^{n} i\right ) + s\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(e*(f*(b*x+a)^p*(d*x+c)^q)^r)/(h*k*x+g*k)/(s+t*log(i*(h*x+g)^n)),x, algorithm="maxima")

[Out]

integrate(log(((b*x + a)^p*(d*x + c)^q*f)^r*e)/((h*k*x + g*k)*(t*log((h*x + g)^n*i) + s)), x)

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{\log \left (\left ({\left (b x + a\right )}^{p}{\left (d x + c\right )}^{q} f\right )^{r} e\right )}{h k s x + g k s +{\left (h k t x + g k t\right )} \log \left ({\left (h x + g\right )}^{n} i\right )}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(e*(f*(b*x+a)^p*(d*x+c)^q)^r)/(h*k*x+g*k)/(s+t*log(i*(h*x+g)^n)),x, algorithm="fricas")

[Out]

integral(log(((b*x + a)^p*(d*x + c)^q*f)^r*e)/(h*k*s*x + g*k*s + (h*k*t*x + g*k*t)*log((h*x + g)^n*i)), x)

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(e*(f*(b*x+a)**p*(d*x+c)**q)**r)/(h*k*x+g*k)/(s+t*ln(i*(h*x+g)**n)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{\log \left (\left ({\left (b x + a\right )}^{p}{\left (d x + c\right )}^{q} f\right )^{r} e\right )}{{\left (h k x + g k\right )}{\left (t \log \left ({\left (h x + g\right )}^{n} i\right ) + s\right )}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(e*(f*(b*x+a)^p*(d*x+c)^q)^r)/(h*k*x+g*k)/(s+t*log(i*(h*x+g)^n)),x, algorithm="giac")

[Out]

integrate(log(((b*x + a)^p*(d*x + c)^q*f)^r*e)/((h*k*x + g*k)*(t*log((h*x + g)^n*i) + s)), x)